home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
FM Towns: Free Software Collection 6
/
FM Towns Free Software Collection 6.iso
/
t_os
/
igo
/
src
/
mdwarn.c
< prev
next >
Wrap
C/C++ Source or Header
|
1993-07-08
|
621b
|
30 lines
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <winb.h>
#include <te.h>
#include <fntb.h>
#include <gui.h>
int warningId = -1 ;
int warningMesId[3] = -1 ;
int warningBtnId = -1 ;
/* initDataMIWARN:warningBtnId:MJ_DBUTTONL40の呼び出し関数 */
int filewarningFunc(kobj, messId, argc, pev, trigger)
int kobj ;
int messId ;
int argc ;
EVENT *pev ;
int trigger ;
{
/* warningIdで示されるオブジェクトを消す */
MMI_SendMessage( warningId , MM_ERASE , 0 ) ;
/* オブジェクトをダイアログから取り外す */
MMI_SendMessage( warningId , MM_DETACH , 0 ) ;
return NOERR ;
}